From: Thien-Thi Nguyen Date: Thu, 6 May 2004 19:46:31 +0000 (+0000) Subject: (main) [VMS]: Fix var ref. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22681 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4ae1a081444d8184344e51d9424a60d5ab0a663f;p=emacs.git (main) [VMS]: Fix var ref. --- diff --git a/src/emacs.c b/src/emacs.c index b95f97368ca..d363a468eea 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -894,7 +894,7 @@ main (argc, argv /* If -map specified, map the data file in. */ { char *file; - if (argmatch (argv, argc, "-map", "--map-data", 3, &mapin_file, &skip_args)) + if (argmatch (argv, argc, "-map", "--map-data", 3, &file, &skip_args)) mapin_data (file); }